home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / fs-6700.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-07-08  |  38.1 KB  |  1,034 lines

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *%  PPD file for FS-6700 (European English)
  5. *%
  6. *%  Copyright (C) 1993-1999 Kyocera Technology Development Inc.
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as long as this
  10. *%  copyright notice is intact and the contents of the file are not altered
  11. *%  in any way from their original form.
  12. *%
  13. *%  Contents of this file are automatically generated with the PPDGEN utility 
  14. *%
  15. *%=============================================================================
  16.  
  17. *FileVersion: "1.5.2"
  18. *FormatVersion: "4.3"
  19. *LanguageEncoding: ISOLatin1
  20. *LanguageVersion: English
  21. *Product: "(FS-6700)"
  22. *PSVersion: "(2014.108) 1"
  23. *Manufacturer: "Kyocera"
  24. *ModelName: "Kyocera FS-6700 (KPDL-2)"
  25. *ShortNickName: "Kyocera FS-6700 (KPDL-2)"
  26. *NickName: "Kyocera FS-6700 (KPDL-2)"
  27. *PCFileName: "FS-6700.PPD"
  28.  
  29. *% Basic Device Capabilities
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.  save
  36.    42 /FontType resourcestatus
  37.    { pop pop (Type42) }{ pop pop (None) } ifelse = flush
  38.  restore"
  39. *End
  40. *FreeVM: "534000"
  41. *Throughput: "20"
  42.  
  43. *% Extensions
  44. *FileSystem: True
  45. *?FileSystem: "
  46.   save false
  47.    (%disk%)
  48.    { currentdevparams dup /Writeable known
  49.      { /Writeable get { pop true } if }{ pop } ifelse
  50.    } 100 string /IODevice resourceforall
  51.    { (True)}{(False)} ifelse = flush
  52.   restore"
  53. *End
  54.  
  55. *% System Management
  56. *SuggestedJobTimeout: "0"
  57. *SuggestedManualFeedTimeout: "0"
  58. *SuggestedWaitTimeout: "120"
  59. *PrintPSErrors: True
  60.  
  61. *Password: "0"
  62.  
  63. *ExitServer: " count 0 eq { true }
  64.  { dup statusdict /checkpassword get exec not } ifelse
  65.  { (WARNING : Cannot perform the exitserver command.) =
  66.    (Password supplied is not valid.) =
  67.    (Please contact the author of this software.) = flush quit } if
  68.  serverdict /exitserver get exec"
  69. *End
  70.  
  71. *Reset: " count 0 eq { true }
  72.   { dup statusdict /checkpassword get exec not } ifelse
  73.   { (WARNING : Cannot perform the exitserver command.) =
  74.     (Password supplied is not valid.) =
  75.     (Please contact the author of this software.) = flush quit } if
  76.   serverdict /exitserver get exec
  77.   systemdict /quit get exec
  78.   (WARNING : Printer Reset Failed.) = flush"
  79. *End
  80.  
  81. *% Protocols 
  82. *Protocols: BCP PJL TBCP
  83.  
  84. *1284Modes Parallel: Compat Nibble ECP
  85. *1284DeviceID: "MFG:Kyocera:Model:Kyocera FS-6700;COMMAND SET: POSTSCRIPT,PJL,PCL"
  86.  
  87. *% JCL Information 
  88. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  89. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  90. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  91.  
  92. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  93. *DefaultJCLEconomode: Off
  94. *OrderDependency: 5 JCLSetup *JCLEconomode
  95. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  96. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  97. *JCLCloseUI: *JCLEconomode
  98.  
  99. *% Installable Options
  100. *OpenGroup: InstallableOptions/Installed Options
  101.  
  102. *% PF-25 Paper Feeders
  103. *OpenUI *Opt11/PF-25 Paper Feeders: PickOne
  104. *DefaultOpt11: None
  105. *Opt11 None/None: ""
  106. *Opt11 One/One: ""
  107. *Opt11 Two/Two: ""
  108. *?Opt11: "
  109.   save
  110.   currentpagedevice /InputAttributes get
  111.   dup 3 get null ne {(Two)} {
  112.     dup 1 get null ne {(One)} {(None)} ifelse
  113.   } ifelse exch pop = flush
  114.   restore"
  115. *End
  116. *CloseUI: *Opt11
  117.  
  118. *% Duplex Unit
  119. *OpenUI *Opt16/Duplex Unit: Boolean
  120. *DefaultOpt16: False
  121. *Opt16 False/Not Installed: ""
  122. *Opt16 True/Installed: ""
  123. *?Opt16: "
  124.   save
  125.   currentpagedevice /Duplex known {(True)} {(False)} ifelse = flush
  126.   restore"
  127. *End
  128. *CloseUI: *Opt16
  129.  
  130. *% Hard Disk Drive
  131. *OpenUI *Opt18/Hard Disk Drive: Boolean
  132. *DefaultOpt18: False
  133. *Opt18 False/Not Installed: ""
  134. *Opt18 True/Installed: ""
  135. *?Opt18: "  save
  136.     false
  137.     (%disk?%)
  138.     { currentdevparams dup /Writeable known
  139.       { /Writeable get {pop true} if }{ pop } ifelse
  140.     } 100 string /IODevice resourceforall
  141.     {(True)}{(False)} ifelse = flush
  142.   restore"
  143. *End
  144. *CloseUI: *Opt18
  145.  
  146. *% Installed Memory
  147. *OpenUI *InstalledMemory/Memory: PickOne
  148. *DefaultInstalledMemory: 4MB
  149. *InstalledMemory 4MB/Standard: ""
  150. *InstalledMemory 8MB/4MB Upgrade: ""
  151. *InstalledMemory 12MB/8MB Upgrade: ""
  152. *InstalledMemory 16MB/12MB Upgrade: ""
  153. *InstalledMemory 20MB/16MB Upgrade: ""
  154. *InstalledMemory 28MB/24MB Upgrade: ""
  155. *InstalledMemory 36MB/32MB Upgrade: ""
  156. *InstalledMemory 40MB/36MB Upgrade: ""
  157. *InstalledMemory 42MB/38MB Upgrade: ""
  158. *InstalledMemory 44MB/40MB Upgrade: ""
  159. *InstalledMemory 52MB/48MB Upgrade: ""
  160. *InstalledMemory 68MB/64MB Upgrade: ""
  161. *?InstalledMemory: "
  162.   save
  163.   currentsystemparams /RamSize get
  164.   524288 div ceiling cvi 2 div cvi
  165.   /vmsize 20 string def
  166.   vmsize cvs print (MB) print (\n) print flush
  167.   restore"
  168. *End
  169. *CloseUI: *InstalledMemory
  170.  
  171. *CloseGroup: InstallableOptions
  172.  
  173. *% Virtual Memory 
  174. *VMOption 4MB: "2208000"
  175. *VMOption 8MB: "5568000"
  176. *VMOption 12MB: "8928000"
  177. *VMOption 16MB: "12288000"
  178. *VMOption 20MB: "15648000"
  179. *VMOption 28MB: "22368000"
  180. *VMOption 36MB: "29088000"
  181. *VMOption 40MB: "32448000"
  182. *VMOption 42MB: "34128000"
  183. *VMOption 44MB: "35808000"
  184. *VMOption 52MB: "42528000"
  185. *VMOption 68MB: "55968000"
  186.  
  187.  
  188. *% Constraints
  189. *% ===========
  190. *UIConstraints: *Opt11 None *InputSlot PF25A
  191. *UIConstraints: *Opt11 None *InputSlot PF25B
  192. *UIConstraints: *Opt11 One *InputSlot PF25B
  193. *UIConstraints: *Opt16 False *Duplex DuplexTumble
  194. *UIConstraints: *Duplex DuplexTumble *Opt16 False
  195. *UIConstraints: *Opt16 False *Duplex DuplexNoTumble
  196. *UIConstraints: *Duplex DuplexNoTumble *Opt16 False
  197. *UIConstraints: *Opt18 False *KCCollate Temp
  198. *UIConstraints: *Opt18 False *KCCollate Perm
  199. *UIConstraints: *KCCollate None *KCBarcodeMode First
  200. *UIConstraints: *KCCollate None *KCBarcodeMode All
  201. *UIConstraints: *PageSize Executive *InputSlot Internal
  202. *UIConstraints: *PageRegion Executive *InputSlot Internal
  203. *UIConstraints: *InputSlot Internal *PageSize Executive
  204. *UIConstraints: *InputSlot Internal *PageRegion Executive
  205. *UIConstraints: *PageSize A6 *InputSlot Internal
  206. *UIConstraints: *PageRegion A6 *InputSlot Internal
  207. *UIConstraints: *InputSlot Internal *PageSize A6
  208. *UIConstraints: *InputSlot Internal *PageRegion A6
  209. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  210. *UIConstraints: *PageRegion ISOB5 *InputSlot Internal
  211. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  212. *UIConstraints: *InputSlot Internal *PageRegion ISOB5
  213. *UIConstraints: *PageSize B6 *InputSlot Internal
  214. *UIConstraints: *PageRegion B6 *InputSlot Internal
  215. *UIConstraints: *InputSlot Internal *PageSize B6
  216. *UIConstraints: *InputSlot Internal *PageRegion B6
  217. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  218. *UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
  219. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  220. *UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
  221. *UIConstraints: *PageSize Env9 *InputSlot Internal
  222. *UIConstraints: *PageRegion Env9 *InputSlot Internal
  223. *UIConstraints: *InputSlot Internal *PageSize Env9
  224. *UIConstraints: *InputSlot Internal *PageRegion Env9
  225. *UIConstraints: *PageSize Env10 *InputSlot Internal
  226. *UIConstraints: *PageRegion Env10 *InputSlot Internal
  227. *UIConstraints: *InputSlot Internal *PageSize Env10
  228. *UIConstraints: *InputSlot Internal *PageRegion Env10
  229. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  230. *UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
  231. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  232. *UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
  233. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  234. *UIConstraints: *PageRegion EnvDL *InputSlot Internal
  235. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  236. *UIConstraints: *InputSlot Internal *PageRegion EnvDL
  237. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  238. *UIConstraints: *PageRegion EnvC5 *InputSlot Internal
  239. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  240. *UIConstraints: *InputSlot Internal *PageRegion EnvC5
  241. *UIConstraints: *PageSize Executive *InputSlot PF25A
  242. *UIConstraints: *PageRegion Executive *InputSlot PF25A
  243. *UIConstraints: *InputSlot PF25A *PageSize Executive
  244. *UIConstraints: *InputSlot PF25A *PageRegion Executive
  245. *UIConstraints: *PageSize A6 *InputSlot PF25A
  246. *UIConstraints: *PageRegion A6 *InputSlot PF25A
  247. *UIConstraints: *InputSlot PF25A *PageSize A6
  248. *UIConstraints: *InputSlot PF25A *PageRegion A6
  249. *UIConstraints: *PageSize ISOB5 *InputSlot PF25A
  250. *UIConstraints: *PageRegion ISOB5 *InputSlot PF25A
  251. *UIConstraints: *InputSlot PF25A *PageSize ISOB5
  252. *UIConstraints: *InputSlot PF25A *PageRegion ISOB5
  253. *UIConstraints: *PageSize B6 *InputSlot PF25A
  254. *UIConstraints: *PageRegion B6 *InputSlot PF25A
  255. *UIConstraints: *InputSlot PF25A *PageSize B6
  256. *UIConstraints: *InputSlot PF25A *PageRegion B6
  257. *UIConstraints: *PageSize EnvPersonal *InputSlot PF25A
  258. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF25A
  259. *UIConstraints: *InputSlot PF25A *PageSize EnvPersonal
  260. *UIConstraints: *InputSlot PF25A *PageRegion EnvPersonal
  261. *UIConstraints: *PageSize Env9 *InputSlot PF25A
  262. *UIConstraints: *PageRegion Env9 *InputSlot PF25A
  263. *UIConstraints: *InputSlot PF25A *PageSize Env9
  264. *UIConstraints: *InputSlot PF25A *PageRegion Env9
  265. *UIConstraints: *PageSize Env10 *InputSlot PF25A
  266. *UIConstraints: *PageRegion Env10 *InputSlot PF25A
  267. *UIConstraints: *InputSlot PF25A *PageSize Env10
  268. *UIConstraints: *InputSlot PF25A *PageRegion Env10
  269. *UIConstraints: *PageSize EnvMonarch *InputSlot PF25A
  270. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF25A
  271. *UIConstraints: *InputSlot PF25A *PageSize EnvMonarch
  272. *UIConstraints: *InputSlot PF25A *PageRegion EnvMonarch
  273. *UIConstraints: *PageSize EnvDL *InputSlot PF25A
  274. *UIConstraints: *PageRegion EnvDL *InputSlot PF25A
  275. *UIConstraints: *InputSlot PF25A *PageSize EnvDL
  276. *UIConstraints: *InputSlot PF25A *PageRegion EnvDL
  277. *UIConstraints: *PageSize EnvC5 *InputSlot PF25A
  278. *UIConstraints: *PageRegion EnvC5 *InputSlot PF25A
  279. *UIConstraints: *InputSlot PF25A *PageSize EnvC5
  280. *UIConstraints: *InputSlot PF25A *PageRegion EnvC5
  281. *UIConstraints: *PageSize Executive *InputSlot PF25B
  282. *UIConstraints: *PageRegion Executive *InputSlot PF25B
  283. *UIConstraints: *InputSlot PF25B *PageSize Executive
  284. *UIConstraints: *InputSlot PF25B *PageRegion Executive
  285. *UIConstraints: *PageSize A6 *InputSlot PF25B
  286. *UIConstraints: *PageRegion A6 *InputSlot PF25B
  287. *UIConstraints: *InputSlot PF25B *PageSize A6
  288. *UIConstraints: *InputSlot PF25B *PageRegion A6
  289. *UIConstraints: *PageSize ISOB5 *InputSlot PF25B
  290. *UIConstraints: *PageRegion ISOB5 *InputSlot PF25B
  291. *UIConstraints: *InputSlot PF25B *PageSize ISOB5
  292. *UIConstraints: *InputSlot PF25B *PageRegion ISOB5
  293. *UIConstraints: *PageSize B6 *InputSlot PF25B
  294. *UIConstraints: *PageRegion B6 *InputSlot PF25B
  295. *UIConstraints: *InputSlot PF25B *PageSize B6
  296. *UIConstraints: *InputSlot PF25B *PageRegion B6
  297. *UIConstraints: *PageSize EnvPersonal *InputSlot PF25B
  298. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF25B
  299. *UIConstraints: *InputSlot PF25B *PageSize EnvPersonal
  300. *UIConstraints: *InputSlot PF25B *PageRegion EnvPersonal
  301. *UIConstraints: *PageSize Env9 *InputSlot PF25B
  302. *UIConstraints: *PageRegion Env9 *InputSlot PF25B
  303. *UIConstraints: *InputSlot PF25B *PageSize Env9
  304. *UIConstraints: *InputSlot PF25B *PageRegion Env9
  305. *UIConstraints: *PageSize Env10 *InputSlot PF25B
  306. *UIConstraints: *PageRegion Env10 *InputSlot PF25B
  307. *UIConstraints: *InputSlot PF25B *PageSize Env10
  308. *UIConstraints: *InputSlot PF25B *PageRegion Env10
  309. *UIConstraints: *PageSize EnvMonarch *InputSlot PF25B
  310. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF25B
  311. *UIConstraints: *InputSlot PF25B *PageSize EnvMonarch
  312. *UIConstraints: *InputSlot PF25B *PageRegion EnvMonarch
  313. *UIConstraints: *PageSize EnvDL *InputSlot PF25B
  314. *UIConstraints: *PageRegion EnvDL *InputSlot PF25B
  315. *UIConstraints: *InputSlot PF25B *PageSize EnvDL
  316. *UIConstraints: *InputSlot PF25B *PageRegion EnvDL
  317. *UIConstraints: *PageSize EnvC5 *InputSlot PF25B
  318. *UIConstraints: *PageRegion EnvC5 *InputSlot PF25B
  319. *UIConstraints: *InputSlot PF25B *PageSize EnvC5
  320. *UIConstraints: *InputSlot PF25B *PageRegion EnvC5
  321. *UIConstraints: *PageSize Executive *Duplex
  322. *UIConstraints: *PageRegion Executive *Duplex
  323. *UIConstraints: *Duplex *PageSize Executive
  324. *UIConstraints: *Duplex *PageRegion Executive
  325. *UIConstraints: *PageSize Tabloid *Duplex
  326. *UIConstraints: *PageRegion Tabloid *Duplex
  327. *UIConstraints: *Duplex *PageSize Tabloid
  328. *UIConstraints: *Duplex *PageRegion Tabloid
  329. *UIConstraints: *PageSize A3 *Duplex
  330. *UIConstraints: *PageRegion A3 *Duplex
  331. *UIConstraints: *Duplex *PageSize A3
  332. *UIConstraints: *Duplex *PageRegion A3
  333. *UIConstraints: *PageSize A6 *Duplex
  334. *UIConstraints: *PageRegion A6 *Duplex
  335. *UIConstraints: *Duplex *PageSize A6
  336. *UIConstraints: *Duplex *PageRegion A6
  337. *UIConstraints: *PageSize B4 *Duplex
  338. *UIConstraints: *PageRegion B4 *Duplex
  339. *UIConstraints: *Duplex *PageSize B4
  340. *UIConstraints: *Duplex *PageRegion B4
  341. *UIConstraints: *PageSize ISOB5 *Duplex
  342. *UIConstraints: *PageRegion ISOB5 *Duplex
  343. *UIConstraints: *Duplex *PageSize ISOB5
  344. *UIConstraints: *Duplex *PageRegion ISOB5
  345. *UIConstraints: *PageSize B6 *Duplex
  346. *UIConstraints: *PageRegion B6 *Duplex
  347. *UIConstraints: *Duplex *PageSize B6
  348. *UIConstraints: *Duplex *PageRegion B6
  349. *UIConstraints: *PageSize EnvPersonal *Duplex
  350. *UIConstraints: *PageRegion EnvPersonal *Duplex
  351. *UIConstraints: *Duplex *PageSize EnvPersonal
  352. *UIConstraints: *Duplex *PageRegion EnvPersonal
  353. *UIConstraints: *PageSize Env9 *Duplex
  354. *UIConstraints: *PageRegion Env9 *Duplex
  355. *UIConstraints: *Duplex *PageSize Env9
  356. *UIConstraints: *Duplex *PageRegion Env9
  357. *UIConstraints: *PageSize Env10 *Duplex
  358. *UIConstraints: *PageRegion Env10 *Duplex
  359. *UIConstraints: *Duplex *PageSize Env10
  360. *UIConstraints: *Duplex *PageRegion Env10
  361. *UIConstraints: *PageSize EnvMonarch *Duplex
  362. *UIConstraints: *PageRegion EnvMonarch *Duplex
  363. *UIConstraints: *Duplex *PageSize EnvMonarch
  364. *UIConstraints: *Duplex *PageRegion EnvMonarch
  365. *UIConstraints: *PageSize EnvDL *Duplex
  366. *UIConstraints: *PageRegion EnvDL *Duplex
  367. *UIConstraints: *Duplex *PageSize EnvDL
  368. *UIConstraints: *Duplex *PageRegion EnvDL
  369. *UIConstraints: *PageSize EnvC5 *Duplex
  370. *UIConstraints: *PageRegion EnvC5 *Duplex
  371. *UIConstraints: *Duplex *PageSize EnvC5
  372. *UIConstraints: *Duplex *PageRegion EnvC5
  373.  
  374. *% Resolution 
  375. *OpenUI *Resolution/Resolution: PickOne
  376. *OrderDependency: 10 AnySetup *Resolution
  377. *DefaultResolution: 600dpi
  378. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  379. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  380. *?Resolution: "
  381.   save
  382.     currentpagedevice /HWResolution get
  383.     0 get (      ) cvs print (dpi) = flush
  384.   restore
  385.   "
  386. *End
  387. *CloseUI: *Resolution
  388.  
  389. *% Image Refinement 
  390. *OpenUI *Smoothing/Kyocera Image Refinement: PickOne
  391. *OrderDependency: 50 AnySetup *Smoothing
  392. *DefaultSmoothing: Medium
  393. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  394. *Smoothing Light/Light: "1 statusdict /setdoret get exec"
  395. *Smoothing Medium/Medium: "2 statusdict /setdoret get exec"
  396. *Smoothing Dark/Dark: "3 statusdict /setdoret get exec"
  397. *?Smoothing: "save
  398.   [(None)(Light)(Medium)(Dark)]
  399.   statusdict /doret get exec {get} stopped
  400.   {pop pop (Unknown) } if
  401.   = flush restore
  402.   "
  403. *End
  404. *CloseUI: *Smoothing
  405.  
  406. *% Halftone Information 
  407. *DefaultHalftoneType: 1
  408. *ScreenFreq: "60.0"
  409. *ScreenAngle: "45.0"
  410. *ResScreenFreq 600dpi: "60.0"
  411. *ResScreenAngle 600dpi: "45.0"
  412. *ResScreenFreq 300dpi: "53.0"
  413. *ResScreenAngle 300dpi: "45.0"
  414.  
  415. *DefaultScreenProc: Ellipse
  416. *ScreenProc Dot: "
  417.  {abs exch abs 2 copy add 1 gt
  418.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  419.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  420. *End
  421. *ScreenProc Line: "
  422.  {pop}"
  423. *End
  424. *ScreenProc Ellipse: "
  425.  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  426. *End
  427.  
  428. *DefaultTransfer: Null
  429. *Transfer Null: "{}"
  430. *Transfer Null.Inverse: "{1 exch sub}"
  431.  
  432. *% Paper Handling 
  433. *% Page Size Definitions
  434. *OpenUI *PageSize: PickOne
  435. *OrderDependency: 40 AnySetup *PageSize
  436. *DefaultPageSize: A4
  437. *PageSize A3/A3: "
  438.   << /Policies << /PageSize 2 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  439. *End
  440. *PageSize A4/A4: "
  441.   << /Policies << /PageSize 2 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  442. *End
  443. *PageSize A5/A5: "
  444.   << /Policies << /PageSize 2 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  445. *End
  446. *PageSize A6/A6: "
  447.   << /Policies << /PageSize 2 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  448. *End
  449. *PageSize B4/B4: "
  450.   << /Policies << /PageSize 2 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  451. *End
  452. *PageSize B5/B5 (JIS): "
  453.   << /Policies << /PageSize 2 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  454. *End
  455. *PageSize ISOB5/B5 (ISO): "
  456.   << /Policies << /PageSize 2 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  457. *End
  458. *PageSize B6/B6: "
  459.   << /Policies << /PageSize 2 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  460. *End
  461. *PageSize Letter/Letter: "
  462.   << /Policies << /PageSize 2 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  463. *End
  464. *PageSize Legal/Legal: "
  465.   << /Policies << /PageSize 2 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  466. *End
  467. *PageSize Executive/Executive: "
  468.   << /Policies << /PageSize 2 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  469. *End
  470. *PageSize Tabloid/11x17 (Ledger): "
  471.   << /Policies << /PageSize 2 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  472. *End
  473. *PageSize EnvPersonal/Envelope #6: "
  474.   << /Policies << /PageSize 2 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
  475. *End
  476. *PageSize Env9/Envelope #9: "
  477.   << /Policies << /PageSize 2 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
  478. *End
  479. *PageSize Env10/Envelope #10: "
  480.   << /Policies << /PageSize 2 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  481. *End
  482. *PageSize EnvMonarch/Envelope Monarch: "
  483.   << /Policies << /PageSize 2 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  484. *End
  485. *PageSize EnvDL/Envelope DL: "
  486.   << /Policies << /PageSize 2 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  487. *End
  488. *PageSize EnvC5/Envelope C5: "
  489.   << /Policies << /PageSize 2 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  490. *End
  491. *?PageSize: "
  492.  save
  493.    currentpagedevice /PageSize get aload pop
  494.    2 copy gt {exch} if
  495.    (Unknown)
  496.  18 dict
  497.  dup [842 1191] (A3) put
  498.  dup [595 842] (A4) put
  499.  dup [420 595] (A5) put
  500.  dup [297 420] (A6) put
  501.  dup [729 1032] (B4) put
  502.  dup [516 729] (B5) put
  503.  dup [499 709] (ISOB5) put
  504.  dup [363 516] (B6) put
  505.  dup [612 792] (Letter) put
  506.  dup [612 1008] (Legal) put
  507.  dup [522 756] (Executive) put
  508.  dup [792 1224] (Ledger) put
  509.  dup [261 468] (EnvPersonal) put
  510.  dup [279 639] (Env9) put
  511.  dup [297 684] (Env10) put
  512.  dup [279 540] (EnvMonarch) put
  513.  dup [312 624] (EnvDL) put
  514.  dup [459 649] (EnvC5) put
  515.  { exch aload pop 4 index sub abs 5 le exch
  516.    5 index sub abs 5 le and
  517.       {exch pop exit} {pop} ifelse
  518.    } bind forall
  519.    = flush pop pop
  520.  restore
  521. "
  522. *End
  523. *CloseUI: *PageSize
  524.  
  525. *% Page Region Definitions for Frame Buffer
  526. *OpenUI *PageRegion: PickOne
  527. *OrderDependency: 40 AnySetup *PageRegion
  528. *DefaultPageRegion: A4
  529. *PageRegion A3/A3: "
  530.   << /Policies << /PageSize 7 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  531. *End
  532. *PageRegion A4/A4: "
  533.   << /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  534. *End
  535. *PageRegion A5/A5: "
  536.   << /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  537. *End
  538. *PageRegion A6/A6: "
  539.   << /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  540. *End
  541. *PageRegion B4/B4: "
  542.   << /Policies << /PageSize 7 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  543. *End
  544. *PageRegion B5/B5 (JIS): "
  545.   << /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  546. *End
  547. *PageRegion ISOB5/B5 (ISO): "
  548.   << /Policies << /PageSize 7 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  549. *End
  550. *PageRegion B6/B6: "
  551.   << /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  552. *End
  553. *PageRegion Letter/Letter: "
  554.   << /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  555. *End
  556. *PageRegion Legal/Legal: "
  557.   << /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  558. *End
  559. *PageRegion Executive/Executive: "
  560.   << /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  561. *End
  562. *PageRegion Tabloid/11x17 (Ledger): "
  563.   << /Policies << /PageSize 7 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  564. *End
  565. *PageRegion EnvPersonal/Envelope #6: "
  566.   << /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
  567. *End
  568. *PageRegion Env9/Envelope #9: "
  569.   << /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
  570. *End
  571. *PageRegion Env10/Envelope #10: "
  572.   << /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  573. *End
  574. *PageRegion EnvMonarch/Envelope Monarch: "
  575.   << /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  576. *End
  577. *PageRegion EnvDL/Envelope DL: "
  578.   << /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  579. *End
  580. *PageRegion EnvC5/Envelope C5: "
  581.   << /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  582. *End
  583. *CloseUI: *PageRegion
  584.  
  585. *% Imageable Area Definitions
  586. *DefaultImageableArea: A4
  587. *ImageableArea A3/A3: "12 10 830 1181"
  588. *ImageableArea A4/A4: "12 10 583 832"
  589. *ImageableArea A5/A5: "12 10 409 585"
  590. *ImageableArea A6/A6: "12 10 285 411"
  591. *ImageableArea B4/B4: "12 10 716 1022"
  592. *ImageableArea B5/B5 (JIS): "21 10 495 719"
  593. *ImageableArea ISOB5/B5 (ISO): "21 10 478 699"
  594. *ImageableArea B6/B6: "12 10 352 506"
  595. *ImageableArea Letter/Letter: "12 8 600 784"
  596. *ImageableArea Legal/Legal: "12 8 600 1000"
  597. *ImageableArea Executive/Executive: "12 8 510 748"
  598. *ImageableArea Tabloid/11x17 (Ledger): "12 8 780 1216"
  599. *ImageableArea EnvPersonal/Envelope #6: "12 8 249 460"
  600. *ImageableArea Env9/Envelope #9: "12 8 267 631"
  601. *ImageableArea Env10/Envelope #10: "12 8 285 676"
  602. *ImageableArea EnvMonarch/Envelope Monarch: "12 8 267 532"
  603. *ImageableArea EnvDL/Envelope DL: "12 10 300 614"
  604. *ImageableArea EnvC5/Envelope C5: "12 10 447 639"
  605. *?ImageableArea: " save
  606.   /cvp { cvi (                   ) cvs
  607.   print ( ) print } bind def
  608.   newpath clippath pathbbox
  609.   4 -2 roll exch 2 {ceiling cvp} repeat
  610.   exch 2 {floor cvp} repeat ( ) = flush
  611.  restore"
  612. *End
  613.  
  614. *% Physical Dimensions of Media
  615. *DefaultPaperDimension: A4
  616. *PaperDimension A3/A3: "842 1191"
  617. *PaperDimension A4/A4: "595 842"
  618. *PaperDimension A5/A5: "420 595"
  619. *PaperDimension A6/A6: "297 420"
  620. *PaperDimension B4/B4: "729 1032"
  621. *PaperDimension B5/B5 (JIS): "516 729"
  622. *PaperDimension ISOB5/B5 (ISO): "499 709"
  623. *PaperDimension B6/B6: "363 516"
  624. *PaperDimension Letter/Letter: "612 792"
  625. *PaperDimension Legal/Legal: "612 1008"
  626. *PaperDimension Executive/Executive: "522 756"
  627. *PaperDimension Tabloid/11x17 (Ledger): "792 1224"
  628. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  629. *PaperDimension Env9/Envelope #9: "279 639"
  630. *PaperDimension Env10/Envelope #10: "297 684"
  631. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  632. *PaperDimension EnvDL/Envelope DL: "312 624"
  633. *PaperDimension EnvC5/Envelope C5: "459 649"
  634.  
  635. *%=== Custom Page Size Definitions
  636.  
  637. *%=== Input Slot Definitions
  638. *OpenUI *InputSlot: PickOne
  639. *OrderDependency: 30 AnySetup *InputSlot
  640. *DefaultInputSlot: Internal
  641. *InputSlot Internal/Cassette 1 (Internal): "
  642.   << /ManualFeed false >> setpagedevice
  643.   statusdict begin 0 setpapertray end"
  644. *End
  645. *InputSlot PF25A/Cassette 2 (PF-25): "
  646.   << /ManualFeed false >> setpagedevice
  647.   statusdict begin 1 setpapertray end"
  648. *End
  649. *InputSlot PF25B/Cassette 3 (PF-25): "
  650.   << /ManualFeed false >> setpagedevice
  651.   statusdict begin 3 setpapertray end"
  652. *End
  653. *InputSlot MF1/Multi-Purpose Feeder: "
  654.   << /ManualFeed false >> setpagedevice
  655.   statusdict begin 4 setpapertray end"
  656. *End
  657. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  658. *InputSlot Plain/Plain Paper: "
  659.   << /ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
  660. *End
  661. *InputSlot Transparency/Transparency: "
  662.   << /ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
  663. *End
  664. *InputSlot Labels/Label Paper: "
  665.   << /ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
  666. *End
  667. *InputSlot Letterhead/Letterhead: "
  668.   << /ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
  669. *End
  670. *InputSlot Bond/Bond: "
  671.   << /ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
  672. *End
  673. *InputSlot Color/Color: "
  674.   << /ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
  675. *End
  676. *InputSlot Preprinted/Preprinted: "
  677.   << /ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
  678. *End
  679. *InputSlot Prepunched/Prepunched: "
  680.   << /ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
  681. *End
  682. *InputSlot Recycled/Recycled: "
  683.   << /ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
  684. *End
  685. *InputSlot Rough/Rough: "
  686.   << /ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
  687. *End
  688. *InputSlot Cardstock/Cardstock: "
  689.   << /ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
  690. *End
  691. *InputSlot Vellum/Vellum: "
  692.   << /ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
  693. *End
  694. *InputSlot User1/Custom 1: "
  695.   << /ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
  696. *End
  697. *InputSlot User2/Custom 2: "
  698.   << /ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
  699. *End
  700. *InputSlot User3/Custom 3: "
  701.   << /ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
  702. *End
  703. *InputSlot User4/Custom 4: "
  704.   << /ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
  705. *End
  706. *InputSlot User5/Custom 5: "
  707.   << /ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
  708. *End
  709. *InputSlot User6/Custom 6: "
  710.   << /ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
  711. *End
  712. *InputSlot User7/Custom 7: "
  713.   << /ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
  714. *End
  715. *InputSlot User8/Custom 8: "
  716.   << /ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
  717. *End
  718. *?InputSlot: "
  719.  "
  720. *End
  721. *CloseUI: *InputSlot
  722.  
  723. *RequiresPageRegion All: True
  724. *% Output Bin Definitions
  725. *OpenUI *OutputBin/Output Bin: PickOne
  726. *OrderDependency: 51 AnySetup *OutputBin
  727. *DefaultOutputBin: FDTop
  728. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  729. *OutputBin FURear/Rear Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  730. *?OutputBin: "
  731.  "
  732. *End
  733. *CloseUI: *OutputBin
  734.  
  735. *% Page Stack Order
  736. *PageStackOrder FDTop: Reverse
  737. *PageStackOrder FURear: Normal
  738.  
  739. *% Duplex Definitions
  740. *OpenUI *Duplex/Duplexing: PickOne
  741. *OrderDependency: 50 AnySetup *Duplex
  742. *DefaultDuplex: None
  743. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  744. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  745. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  746. *?Duplex: " save
  747.   statusdict begin
  748.   duplexmode
  749.   {tumble {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  750.   {(None)} ifelse = flush end restore"
  751. *End
  752. *CloseUI: *Duplex
  753.  
  754. *% Job Spooling Definitions
  755. *OpenUI *KCCollate/Job Spooling: PickOne
  756. *OrderDependency: 20 AnySetup *KCCollate
  757. *DefaultKCCollate: None
  758. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  759. *KCCollate Temp/Temporary: "
  760.   userdict /UICollateDetails known not
  761.   { userdict /UICollateDetails 10 dict put } if
  762.   userdict /UICollateDetails get  /Mode 1  put
  763.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  764. *End
  765. *KCCollate Perm/Permanent: "
  766.   userdict /UICollateDetails known not
  767.   { userdict /UICollateDetails 10 dict put } if
  768.   userdict /UICollateDetails get  /Mode 2  put
  769.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  770. *End
  771. *?KCCollate:"
  772.     save currentpagedevice /Collate get
  773.     {(None)}
  774.     {/CollateDetails get /Mode get
  775.     1 {
  776.         dup 1 eq { pop (Temp) exit } if
  777.         dup 2 eq { pop (Perm) exit } if
  778.         pop (Unknown)
  779.     } repeat
  780.     = flush
  781.     restore"
  782. *End
  783. *CloseUI: *KCCollate
  784.  
  785. *% Barcode Mode Definitions
  786. *OpenUI *KCBarcodeMode/Barcode: PickOne
  787. *OrderDependency: 21 AnySetup *KCBarcodeMode
  788. *DefaultKCBarcodeMode: None
  789. *KCBarcodeMode None/None: "
  790.   userdict /UICollateDetails known not
  791.   { userdict /UICollateDetails 10 dict put } if
  792.   userdict /UICollateDetails get /Barcode 2  put
  793.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  794. *End
  795. *KCBarcodeMode First/First Page: "
  796.   userdict /UICollateDetails known not
  797.   { userdict /UICollateDetails 10 dict put } if
  798.   userdict /UICollateDetails get /Barcode 0  put
  799.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  800. *End
  801. *KCBarcodeMode All/All Pages: "
  802.   userdict /UICollateDetails known not
  803.   { userdict /UICollateDetails 10 dict put } if
  804.   userdict /UICollateDetails get /Barcode 1  put
  805.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  806. *End
  807. *?KCBarcodeMode: "
  808.     save currentpagedevice /CollateDetails get /Barcode get
  809.     1 {
  810.         dup 2 eq { pop (None) exit } if
  811.         dup 0 eq { pop (First) exit } if
  812.         dup 1 eq { pop (All) exit } if
  813.         pop (Unknown)
  814.     } repeat
  815.     = flush
  816.     restore"
  817. *End
  818. *CloseUI: *KCBarcodeMode
  819.  
  820. *% Barcode ID Definitions
  821. *OpenUI *KCBarcodeID/Barcode ID: Boolean
  822. *OrderDependency: 23 AnySetup *KCBarcodeID
  823. *DefaultKCBarcodeID: False
  824. *KCBarcodeID True/On: "
  825.   userdict /UICollateDetails known not
  826.   { userdict /UICollateDetails 10 dict put } if
  827.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  828.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 or  put
  829.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  830. *End
  831. *KCBarcodeID False/Off: "
  832.   userdict /UICollateDetails known not
  833.   { userdict /UICollateDetails 10 dict put } if
  834.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  835.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 not  put
  836.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  837. *End
  838. *?KCBarcodeID: " save
  839.   currentpagedevice /CollateDetails get /BarcodePosition get 128 gt
  840.   {(False)}{(True)} ifelse = flush
  841.  restore"
  842. *End
  843. *CloseUI: *KCBarcodeID
  844.  
  845. *% Barcode Position Definitions
  846. *OpenUI *KCBarcodePos/Barcode Position: PickOne
  847. *OrderDependency: 22 AnySetup *KCBarcodePos
  848. *DefaultKCBarcodePos: ULB
  849. *KCBarcodePos ULB/Upper Left: "
  850.   userdict /UICollateDetails known not
  851.   { userdict /UICollateDetails 10 dict put } if
  852.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  853.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 4 or  put
  854.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  855. *End
  856. *KCBarcodePos URB/Upper Right: "
  857.   userdict /UICollateDetails known not
  858.   { userdict /UICollateDetails 10 dict put } if
  859.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  860.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 3 or  put
  861.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  862. *End
  863. *KCBarcodePos LLB/Lower Left: "
  864.   userdict /UICollateDetails known not
  865.   { userdict /UICollateDetails 10 dict put } if
  866.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  867.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 7 or  put
  868.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  869. *End
  870. *KCBarcodePos LRB/Lower Right: "
  871.   userdict /UICollateDetails known not
  872.   { userdict /UICollateDetails 10 dict put } if
  873.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  874.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and  put
  875.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  876. *End
  877. *KCBarcodePos ULVB/Upper Left Vertical: "
  878.   userdict /UICollateDetails known not
  879.   { userdict /UICollateDetails 10 dict put } if
  880.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  881.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 5 or  put
  882.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  883. *End
  884. *KCBarcodePos URVB/Upper Right Vertical: "
  885.   userdict /UICollateDetails known not
  886.   { userdict /UICollateDetails 10 dict put } if
  887.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  888.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 2 or  put
  889.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  890. *End
  891. *KCBarcodePos LLVB/Lower Left Vertical: "
  892.   userdict /UICollateDetails known not
  893.   { userdict /UICollateDetails 10 dict put } if
  894.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  895.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 6 or  put
  896.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  897. *End
  898. *KCBarcodePos LRVB/Lower Right Vertical: "
  899.   userdict /UICollateDetails known not
  900.   { userdict /UICollateDetails 10 dict put } if
  901.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  902.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 1 or  put
  903.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  904. *End
  905. *?KCBarcodePos:"
  906.     save currentpagedevice /CollateDetails get /BarcodePosition get
  907.     1 {
  908.         dup 4 eq { pop (ULB) exit } if
  909.         dup 3 eq { pop (URB) exit } if
  910.         dup 7 eq { pop (LLB) exit } if
  911.         dup 0 eq { pop (LRB) exit } if
  912.         dup 5 eq { pop (ULVB) exit } if
  913.         dup 2 eq { pop (URVB) exit } if
  914.         dup 6 eq { pop (LLVB) exit } if
  915.         dup 1 eq { pop (LRVB) exit } if
  916.         pop (Unknown)
  917.     } repeat
  918.     = flush
  919.     restore"
  920. *End
  921. *CloseUI: *KCBarcodePos
  922.  
  923. *% Tray Switch Definitions
  924. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  925. *OrderDependency: 25 AnySetup *TraySwitch
  926. *DefaultTraySwitch: None
  927. *TraySwitch None/Printer Default: ""
  928. *TraySwitch On/On: "<< /TraySwitch true >> setpagedevice"
  929. *TraySwitch Off/Off: "<< /TraySwitch false >> setpagedevice"
  930. *?TraySwitch: " save
  931.   currentpagedevice /TraySwitch get
  932.   {(On)}{(Off)} ifelse = flush
  933.  restore"
  934. *End
  935. *CloseUI: *TraySwitch
  936.  
  937. *% PPD Version Info 
  938. *OpenUI *KCVersion/PPD Version: PickOne
  939. *OrderDependency: 25 AnySetup *KCVersion
  940. *DefaultKCVersion: Default
  941. *KCVersion Default/1.5.2: ""
  942. *CloseUI: *KCVersion
  943.  
  944. *% Font Information
  945. *DefaultFont: Courier
  946. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  947. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  948. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  949. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  950. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  951. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  952. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  953. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  954. *Font Courier: Standard "(002.004S)" Standard ROM
  955. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  956. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  957. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  958. *Font Helvetica: Standard "(001.006S)" Standard ROM
  959. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  960. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  961. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  962. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  963. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  964. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  965. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  966. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  967. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  968. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  969. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  970. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  971. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  972. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  973. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  974. *Font Symbol: Special "(001.007S)" Special ROM
  975. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  976. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  977. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  978. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  979. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  980. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  981. *?FontQuery: "
  982.  save
  983.    /str 100 string dup 0 (fonts/) putinterval def
  984.    { count 1 gt
  985.      { exch dup str 6 94 getinterval cvs
  986.        (/) print print (:) print
  987.        FontDirectory exch known
  988.        { (Yes) } { (No) } ifelse =
  989.      } { exit } ifelse
  990.    } bind loop
  991.    (*) = flush
  992.  restore"
  993. *End
  994. *?FontList: "save
  995.  save
  996.    FontDirectory { pop == } bind forall flush (*) = flush
  997.  restore"
  998. *End
  999.  
  1000. *% Printer Messages
  1001. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1002. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1003. *Message: "\FontName\ not found, using Courier"
  1004.  
  1005. *% Status (format: %%[ status: <one of these> ]%% )
  1006. *Status: "warming up"/warming up
  1007. *Status: "idle"/idle
  1008. *Status: "busy"/busy
  1009. *Status: "waiting"/waiting
  1010. *Status: "printing"/printing
  1011. *Status: "initializing"/initializing
  1012.  
  1013. *Status: "printing test page"/printing test page
  1014.  
  1015. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  1016. *PrinterError: "paper entry misfeed"
  1017. *PrinterError: "cover open"
  1018. *PrinterError: "no paper tray"
  1019. *PrinterError: "out of paper"
  1020. *PrinterError: "toner low (halt)"
  1021. *PrinterError: "warming up"
  1022. *PrinterError: "other reason"
  1023. *PrinterError: "video interface mode"
  1024. *PrinterError: "offline"
  1025. *PrinterError: "toner low (warning)"
  1026.  
  1027. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  1028. *Source: "serial 25"
  1029. *Source: "parallel"
  1030. *Source: "AppleTalk"
  1031. *Source: "option"
  1032.  
  1033. *%  End of PPD file for Kyocera FS-6700 (European English)
  1034.